home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / PCHome.exe / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2003-12-04  |  1.2 KB  |  66 lines

  1. varlength = length(launchfolder);
  2. charsToExtract = int(varlength - "2");
  3. PathtoCD = launchfolder.substr("2",charstoextract);
  4. CategoryNum = CatNUM;
  5. trace("this is cat num" add categoryNUM);
  6. set("/menu1:filetitle",cat1file);
  7. set("/menu2:filetitle",cat2file);
  8. set("/menu3:filetitle",cat3file);
  9. set("/menu4:filetitle",cat4file);
  10. set("/menu5:filetitle",cat5file);
  11. set("/menu6:filetitle",cat6file);
  12. set("/menu7:filetitle",cat7file);
  13. set("/menu8:filetitle",cat8file);
  14. Bcolour = "start";
  15. if(categorynum == "1")
  16. {
  17.    tellTarget("/CategoryConsole")
  18.    {
  19.       gotoAndStop("1");
  20.    }
  21. }
  22. if(categorynum == "2")
  23. {
  24.    tellTarget("/CategoryConsole")
  25.    {
  26.       gotoAndStop("2");
  27.    }
  28. }
  29. if(categorynum == "3")
  30. {
  31.    tellTarget("/CategoryConsole")
  32.    {
  33.       gotoAndStop("3");
  34.    }
  35. }
  36. if(categorynum == "4")
  37. {
  38.    tellTarget("/CategoryConsole")
  39.    {
  40.       gotoAndStop("4");
  41.    }
  42. }
  43. if(categorynum == "5")
  44. {
  45.    tellTarget("/CategoryConsole")
  46.    {
  47.       gotoAndStop("5");
  48.    }
  49. }
  50. if(categorynum == "6")
  51. {
  52.    tellTarget("/CategoryConsole")
  53.    {
  54.       gotoAndStop("6");
  55.    }
  56.    if(categorynum == "7")
  57.    {
  58.       tellTarget("/CategoryConsole")
  59.       {
  60.          gotoAndStop("7");
  61.       }
  62.    }
  63. }
  64. trace(Bcolour);
  65. stop();
  66.